Einhugur Word Component for Buoy

Paragraph.AppendRun Method

Appends run to the paragraph.

AppendRun(
   value as String) as Run

Parameters

value
Text to put in the run.

Returns

Run
Handle to the new run.

Remarks

If you wish to have line feeds then text you assign to this must have LF in it and not something else as end of line.

See Also

Paragraph Class